home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / YellowRed.css < prev   
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  83 lines

  1. @import url("../main.css");
  2.  
  3. .incomingItem .timeStamp {
  4.         color:#dbd789;
  5. }
  6.  
  7. .outgoingItem .timeStamp {
  8.     color:#f8b1b1;
  9. }
  10.  
  11. /*############Incoming Bubble########## */
  12.  
  13. .incomingItem    {
  14.     background:url("../images/yellowBackground.gif") repeat-y top right;
  15. }
  16.  
  17. .incomingItem .bubbleHeading {
  18.     background:url("../images/yellowCurves.gif") no-repeat top left;
  19. }
  20.  
  21. .incomingItem .bubbleHeading div {
  22.     background:url("../images/yellowCurves.gif") no-repeat top right;
  23. }
  24.  
  25. .incomingItem .bubbleIndicator { 
  26.     background:url("../images/yellowIndicator.gif") no-repeat top left;
  27. }
  28.  
  29. .incomingItem .bubbleFooting {
  30.     background:url("../images/yellowCurves.gif") no-repeat bottom left;
  31. }
  32.  
  33. .incomingItem .bubbleFooting div {
  34.     background:url("../images/yellowCurves.gif") no-repeat bottom right;
  35. }
  36.  
  37. .incomingItem .response {
  38.     background:url("../images/yellowBackground.gif") repeat-y top left;
  39. }
  40.  
  41. .incomingItem .followUp {
  42.     color:#f4f2cb;
  43.     background-color:#f4f2cb;
  44.     border-bottom:1px solid #fff;
  45. }
  46.  
  47.  
  48. /*############Outgoing Bubble########## */
  49.  
  50. .outgoingItem    {
  51.     background:url("../images/redBackground.gif") repeat-y top right;
  52. }
  53.  
  54. .outgoingItem .bubbleHeading {
  55.     background:url("../images/redCurves.gif") no-repeat top left;
  56. }
  57.  
  58. .outgoingItem .bubbleHeading div {
  59.     background:url("../images/redCurves.gif") no-repeat top right;
  60. }
  61.  
  62. .outgoingItem .bubbleIndicator { 
  63.     background:url("../images/redIndicator.gif") no-repeat top left;
  64. }
  65.  
  66. .outgoingItem .bubbleFooting {
  67.     background:url("../images/redCurves.gif") no-repeat bottom left;
  68. }
  69.  
  70. .outgoingItem .bubbleFooting div {
  71.     background:url("../images/redCurves.gif") no-repeat bottom right;
  72. }
  73.  
  74. .outgoingItem .response {
  75.     background:url("../images/redBackground.gif") repeat-y top left;
  76. }
  77.  
  78. .outgoingItem .followUp {
  79.     color:#ffdada;
  80.     background-color:#ffdada;
  81.     border-bottom:1px solid #fff;
  82. }
  83.